home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
8542
/
8542.xpi
/
chrome
/
lastpass.jar
/
content
/
notifications.xul
< prev
next >
Wrap
Extensible Markup Language
|
2010-02-14
|
1KB
|
26 lines
<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<!DOCTYPE page SYSTEM "chrome://lastpass/locale/lastpass.dtd">
<page xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
id="LPNotifications"
onload="load_notifications(document, window);"
xmlns:html="http://www.w3.org/1999/xhtml">
<script type="application/x-javascript" src="chrome://lastpass/content/getlp.js" />
<script type="application/x-javascript" src="chrome://lastpass/content/prefs.js" />
<groupbox id="Notifications"><caption id="NotificationsCaption" />
<vbox id="splitter4">
<checkbox id="showLoginNotifications" />
<checkbox id="showNotifications" />
<checkbox id="offerGeneratePasswd" />
<checkbox id="showFormFillNotifications" />
<checkbox id="showSaveSiteNotifications" />
<checkbox id="notificationsBottom"/>
<checkbox id="notificationsAfterClick"/>
</vbox>
</groupbox>
</page>